func strconv.syntaxError

2 uses

	strconv (current package)
		number.go#L234: 		return syntaxError(fn, s)
		number.go#L272: func syntaxError(fn, str string) *NumError {